home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / diskw / plugins / Services / files / Uninstall.bat < prev   
Encoding:
DOS Batch File  |  2004-08-25  |  288 b   |  10 lines

  1. @echo off
  2. echo
  3. net stop MySQL
  4. net stop Apache2
  5. usr\local\apache2\bin\Apache.exe -k uninstall -n "Apache2"
  6. echo Uninstalling MySQL Service ...
  7. usr\local\mysql\bin\mysqld-opt.exe --remove
  8. del C:\my.cnf
  9. echo Now you can copy important data and delete the server root directory
  10. pause